go/types._TypeSet.IsComparable (method)
3 uses
go/types (current package)
interface.go#L123: func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable(nil) }
predicates.go#L197: if dynamic && !isTypeParam(T) || t.typeSet().IsComparable(seen) {
typeset.go#L45: func (s *_TypeSet) IsComparable(seen map[Type]bool) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)